home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 4 / Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso / Pearls / dev / C-Lib / EasyLibs / include / pragmas / HelloWorld_pragmas.h
Encoding:
C/C++ Source or Header  |  1994-07-06  |  326 b   |  15 lines

  1. #ifndef PRAGMAS_HELLOWORLD_PRAGMAS_H
  2. #define PRAGMAS_HELLOWORLD_PRAGMAS_H
  3.  
  4. #ifndef CLIB_HELLOWORLD_PROTOS_H
  5. #include <clib/helloworld_protos.h>
  6. #endif
  7.  
  8. #ifdef PRAGMAS_DECLARING_LIBBASE
  9. extern struct Library *HelloWorldBase;
  10. #endif
  11.  
  12. #pragma libcall HelloWorldBase HelloWorld 1e 001
  13.  
  14. #endif    /*  PRAGMAS_HELLOWORLD_PRAGMAS_H  */
  15.